-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added MTU #224
base: master
Are you sure you want to change the base?
Added MTU #224
Conversation
I'm not sure if we want to set his by default for everyone. |
https://lists.zx2c4.com/pipermail/wireguard/2017-December/002201.html wg-quick sets the MTU to 1420 by default. Under Windows, when I do not specify the MTU as 1420 on the client, the If you do not set the MTU, IPv6 will not work properly. |
If you are an Apple user, you may need to set the MTU to 1280, which may be the minimum MTU required to start wireguard. The following are best practices for developers, because I don’t know Apple products, so I’m not sure if setting the MTU to 1280 is accurate enough.
https://lists.zx2c4.com/pipermail/wireguard/2019-December/004783.html |
With the mtu we send less packages but have them full. Increased my speed by 50%.